﻿/* foot */

#footer{

	background:#f2f2f2;
	min-width: 1200px;

	height:265px;

	margin-top:70px;

	padding-top:50px;

}

#footer ul{

	float:left;

}

#footer ul li:first-child{

	color:#333;

	padding-left:15px;

	padding-bottom:15px;

	line-height:14px;

	background:url(../images/icon03.jpg) no-repeat; 

}

#footer ul:first-child{

	width:300px;

	padding-left:140px;

}

#footer ul:first-child li:last-child{

	line-height:14px;

	color:#d9b765;

	padding-top:15px;

}

#footer ul:nth-child(2){

	width:235px;

}

#footer ul:nth-child(2) a,

#footer ul:nth-child(3) a{

	color:#929292;

	line-height:30px;

	padding-left:15px;
	display:block;

}

#footer ul:nth-child(2) a:hover,

#footer ul:nth-child(3) a:hover{

	color:#d9b765;

}

#footer ul:nth-child(3){

	width:160px;

}

#footer ul:last-child{

	width:360px;

}

#footer ul:last-child li:nth-child(2),

#footer ul:last-child li:nth-child(3){

	padding-left:15px;

	color:#929292;

}

#footer ul:last-child li:nth-child(3){

	font-size:24px;

	line-height:24px;

	color:#d9b765;

	padding-top:30px;

	padding-bottom:20px;

}

#footer ul:last-child li:nth-child(4){

	background:url(../images/icon04.png) no-repeat 30px 18px;

	font-size:22px;

	color:#d9b765;

	font-weight:bold;

	width:176px;

	height:57px;

	line-height:57px;

	padding-left:60px;

	border:1px solid #d9b765;

}



/* copyright */

#copyright{
	min-width: 1200px;
	height:50px;

	line-height:50px;

	background:#000;

	color:#787878;

}





















a.btn-bar-50 {

	color: rgb(255,255,255);

	border-color: rgba(234,96,0,1);

	position: relative;

	overflow: hidden;

	z-index:0;

}

a.btn-bar-50:before {

	content: "";

	position: absolute;

	bottom: 0;

	left: -5px;

	width: 110%;

	height: 0;

	background-color: rgba(234,96,0,1);

	z-index: -1;

	-webkit-transition: all .5s;

	transition: all .5s;

}

a.btn-bar-50:hover {

	color: rgba(255,255,255,1);

}

a.btn-bar-50:hover:before {

	height: 100%;

}













a.btn-bar-5 {

  color: rgb(255,255,255);

  border-color: rgb(73,35,119);

  position: relative;

  overflow: hidden;

  z-index:0;

}

a.btn-bar-5:before {

  content: "";

  position: absolute;

  bottom: 0;

  left: -5px;

  width: 110%;

  height: 0;

  background-color: rgb(73,35,119);

  z-index: -1;

  -webkit-transition: all .5s;

  transition: all .5s;

}

a.btn-bar-5:hover {

  color: rgb(255,255,255);

}

a.btn-bar-5:hover:before {

  height: 100%;

}

.copyright-bar{

	border-top:1px solid rgb(138,138,138);

	color: rgb(171,171,171);

	padding-top:10px;

}

.copyright-bar p,

.copyright-bar address{

	padding-top:10px;

	font-style:normal;

}

.copyright-bar a{

	color: rgb(171,171,171);

	padding-right:10px;

}

.copyright-bar a:hover{

	color: rgb(255,255,255);

}



